Version

SelectedCollectionBase<T> Class Members

The following tables list the members exposed by SelectedCollectionBase<T>.

Public Properties
 NameDescription
Public PropertyCount (Inherited from Infragistics.Collections.CollectionBase<T>)
Public PropertyIsReadOnly (Inherited from Infragistics.Collections.CollectionBase<T>)
Public PropertyItem (Inherited from Infragistics.Collections.CollectionBase<T>)
Protected Properties
 NameDescription
Protected PropertyItems (Inherited from Infragistics.Collections.CollectionBase<T>)
Protected Internal PropertyPivotItemGets or sets the item that was first selected when the shift key was pressed down.  
Protected Internal PropertyShiftSelectedItemsGets a collection of items that were selected while the shift key was down.  
Public Methods
 NameDescription
Public MethodAdd (Inherited from Infragistics.Collections.CollectionBase<T>)
Public MethodAddRangeAdds the specified collection of items to this collection.  
Public MethodClear (Inherited from Infragistics.Collections.CollectionBase<T>)
Public MethodContains (Inherited from Infragistics.Collections.CollectionBase<T>)
Public MethodCopyTo (Inherited from Infragistics.Collections.CollectionBase<T>)
Public MethodDisposeOverloaded.  (Inherited from Infragistics.Collections.CollectionBase<T>)
Public MethodGetEnumerator (Inherited from Infragistics.Collections.CollectionBase<T>)
Public MethodIndexOf (Inherited from Infragistics.Collections.CollectionBase<T>)
Public MethodInsert (Inherited from Infragistics.Collections.CollectionBase<T>)
Public MethodRemove (Inherited from Infragistics.Collections.CollectionBase<T>)
Public MethodRemoveAt (Inherited from Infragistics.Collections.CollectionBase<T>)
Protected Methods
 NameDescription
Protected MethodAddItemOverridden. Adds the item at the specified index.  
Protected MethodAddItemSilently (Inherited from Infragistics.Collections.CollectionBase<T>)
Protected MethodCreateNewInstanceCreates a new instance of this collection.  
Protected MethodGetCount (Inherited from Infragistics.Collections.CollectionBase<T>)
Protected MethodGetItem (Inherited from Infragistics.Collections.CollectionBase<T>)
Protected MethodInsertItemOverridden. Adds the item at the specified index.  
Protected MethodOnItemAdded (Inherited from Infragistics.Collections.CollectionBase<T>)
Protected MethodOnItemRemoved (Inherited from Infragistics.Collections.CollectionBase<T>)
Protected MethodOnNotifyCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<T>)
Protected MethodOnPropertyChanged (Inherited from Infragistics.Collections.CollectionBase<T>)
Protected MethodOnResetItems (Inherited from Infragistics.Collections.CollectionBase<T>)
Protected MethodOnSelectionChangedCalled when the Selection collection has changed.  
Protected MethodRemoveItemOverridden. Removes the item at the specified index.  
Protected MethodRemoveItemSilently (Inherited from Infragistics.Collections.CollectionBase<T>)
Protected MethodReplaceItemOverridden. Replaces the item at the specified index with the specified item.  
Protected MethodResetItemsOverridden. Removes all items from the collection.  
Protected MethodResetItemsSilently (Inherited from Infragistics.Collections.CollectionBase<T>)
Protected Internal MethodSelectItemSelects the specified item.  
Public Events
 NameDescription
Public EventCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<T>)
See Also